home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16412 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  883 b 

  1. Path: gde.GDEsystems.COM!usenet
  2. From: Chet <kackman>
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.edu
  4. Subject: Re: ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada)
  5. Date: 10 Apr 1996 18:30:14 GMT
  6. Organization: GDE Systems Inc.
  7. Message-ID: <4kgunm$o4o@gde.GDEsystems.COM>
  8. References: <JSA.96Feb16135027@organon.com> <4kb2j8$an0@solutions.solon.com>    <4kbrt5$k3h@mulga.cs.mu.OZ.AU> <dewar.829012486@schonberg>    <4kcpgkINNcku@keats.ugrad.cs.ubc.ca> <TYNOR.96Apr9105114@twratl.atlanta.twr.com>
  9. NNTP-Posting-Host: 134.120.241.44
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.12 (X11; I; SunOS 4.1.3 sun4m)
  14. X-URL: news:TYNOR.96Apr9105114@twratl.atlanta.twr.com
  15.  
  16. If i = j depends on your unit of address. If i is assumed a longword then
  17.  
  18.      &i + 4 = &j is true
  19.      not 
  20.      &i + 1 = &j
  21.  
  22.       Chet
  23.  
  24.